curl --request POST \
--url https://api.sandbox.busha.so/v1/payments/links \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"fixed": true,
"one_time": true,
"name": "<string>",
"title": "<string>",
"description": "<string>",
"target_currency": "BTC",
"quote_amount": "100",
"quote_currency": "BTC",
"target_amount": "100",
"require_extra_info": [
{
"field_name": "<string>",
"required": true
}
],
"logo": "<string>",
"dry_run": true
}
'