post
https://api-sandbox.poweredbyibex.io/crypto/send/infos
The data field depends on the return value of the get requirement by id endpoint.
For example:
The endpoint requirements by ID return:
{
...
"data" : ["address"]
}
To create a withdrawal information you will need to pass the following body:
{
...
"data" : {
"address": "0x68146165"
]
}