Verify Centrelink
Developing
Request
Body Params application/json
{
"birth_date": {
"year": 0,
"day": 28
}
}
Request samples
curl --location --request POST '/document/centrelink' \
--header 'Content-Type: application/json' \
--data-raw '{
"birth_date": {
"year": 0,
"day": 28
}
}'
Responses
application/json Modified at 2024-12-26 06:40:05