curl --location --request PUT '/verification//resend/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "+6412312312",
"email": "abc@example.com",
"first_name": "string",
"middle_name": "string",
"last_name": "string"
}'{
"non_field_errors": [
"Verification is not in valid state."
]
}