200, 201, 202 or 204 status to indicate that the data was received successfullycurl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"savings_plan_id": "1f020444-59fc-6ab8-b914-12a53b25f111",
"user_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
"asset_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
"operation_type": "delisting"
}
}'