curl --request POST \
--url https://api.txcloud.io/v1/kyb/screen/directors \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"date_of_birth": "<string>",
"nationality": "<string>"
}
'