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