curl --location --request POST 'https://transactions.srblabs.io/api/v1/wallets' \
--header 'Content-Type: application/json' \
--data-raw '{
    "blockchain": "string",
    "metadata": {
        "property1": "string",
        "property2": "string"
    },
    "name": "string",
    "organization_id": "string",
    "user_id": "string"
}'{
    "address": "string",
    "blockchain": "string",
    "created_at": "string",
    "id": "string",
    "metadata": {
        "property1": "string",
        "property2": "string"
    },
    "name": "string",
    "organization_id": "string",
    "status": "active",
    "updated_at": "string",
    "user_id": "string"
}