username:password
Authorization: Basic *****************
{ "IdentifierRequest": { "identifierType": 1, "identifierValue": "1234567891011" }, "formID": 12 }
curl --location --request POST '/rest/2.0/personWebService/getForm' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data-raw '{ "IdentifierRequest": { "identifierType": 1, "identifierValue": "1234567891011" }, "formID": 12 }'
{}