curl --location --request POST '/api/partner/v1/cash-out' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 10,
"description": "Teste",
"pix_key_type": "CPF",
"pix_key": "12345678900",
"document": {
"type": "cpf",
"number": "12345678900"
}
}'
{
"message": "Cashout request successfully submitted.",
"reference_id": "d0f37529-d361-4a4a-b3df-0d1193bbc19f"
}