curl --location '/v1/onboardings/' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"account_id": 41
}'{
"data": {
"id": "98c96cc9-c5b4-4faa-a6e7-7206c0529b35",
"account_id": 5,
"status": "STARTED",
"status_changed_at": "2023-03-27 11:20:10",
"ownership_category": null,
"created_at": "2023-03-27 11:20:10",
"updated_at": "2023-03-27 11:20:10"
}
}