curl --request POST \
--url https://sandbox.soleaspay.com/api/action/card/user \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-sp-auth-token: <x-sp-auth-token>' \
--data '
{
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"country_code": "CM",
"contact": "698479723",
"dob": "2010-01-01",
"is_business": false,
"billing_adress": "kotto",
"billing_city": "DOUALA",
"billing_country": "CAMEROON",
"id_number": "00858574849",
"business_name": "NAN",
"billing_state": "littoral",
"billing_postal_code": "237"
}
'