THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/client/financial-assessment' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"industry_of_employment": "Others",
"job_title": "Manager",
"source_of_income": "Inheritance",
"net_annual_income": "$1,000 - $5,000",
"source_of_wealth": "Business",
"estimated_net_worth": "$1,000 - $5,000",
"intended_annual_investment": "Less than $1,000"
}'{
"data": {
"job_title": "Manager",
"source_of_income": "Inheritance",
"source_of_wealth": "Business",
"net_annual_income": "$1,000 - $5,000",
"estimated_net_worth": "$1,000 - $5,000",
"industry_of_employment": "Others",
"intended_annual_investment": "Less than $1,000"
},
"meta": {
"endpoint": "/v1/client/financial-assessment",
"method": "POST",
"timing": 1304
}
}