curl --location --request POST '/onboarding/complete-customer-information' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
"occupation_class": "WORKER",
"occupation": "ENGINEER",
"employer_name": "string",
"income_source": "SALARY",
"monthly_income_range": "RANGE_0_TO_4999",
"politically_exposed": true,
"pep_relation": "MYSELF"
}'{
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e"
}